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

Response

200

Pod successfully started.