POST
/
pods
/
{podId}
/
stop
curl --request POST \
  --url https://rest.runpod.io/v1/pods/{podId}/stop \
  --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 stop.

Response

200

Pod successfully stopped.