Skip to content

Restart API not working #450

@sumitflickstree

Description

@sumitflickstree

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions