POST
/
pods
/
{podId}
/
reset
curl --request POST \
  --url https://rest.runpod.io/v1/pods/{podId}/reset \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

podId
string
required

Pod ID to reset.

Response

200

Pod successfully reset.