Skip to main content
DELETE
Delete Pod

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"