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