cURL
curl --request DELETE \ --url https://rest.runpod.io/v1/pods/{podId} \ --header 'Authorization: Bearer <token>'
Delete a Pod.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Pod ID to delete.
Pod successfully deleted.
Was this page helpful?