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