Skip to main content
DELETE
/
api
/
v1
/
pods
/
{pod_id}
Delete Pod
curl --request DELETE \
  --url https://api.primeintellect.ai/api/v1/pods/{pod_id} \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.primeintellect.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

pod_id
string
required

Response

Successful Response

status
enum<string>
required
Available options:
PROVISIONING,
PENDING,
ACTIVE,
STOPPED,
ERROR,
DELETING,
UNKNOWN,
TERMINATED
Example:

"TERMINATED"