-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug: Runpod restart API not working
Endpoint: POST https://rest.runpod.io/v1/pods/{pod-id}/restart
Description:
When calling the restart API, it returns a success response (200 OK) but the pod does not actually restart. There is no change in pod state or behavior.
Steps to Reproduce:
Send a POST request to the above endpoint with a valid pod ID and API key
Observe the response
Check pod status — it remains unchanged
Expected Result:
The pod should stop and start again, similar to a manual restart from the dashboard.
Actual Result:
API returns success, but pod continues running without restarting.
Notes:
Tried with multiple pods and tools (curl, Postman)
Manual restart from dashboard works fine
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working