Skip to main content
DELETE
Delete deployment
A successful response returns the deleted deployment object, including its final state at the moment of deletion.
Example request

Authorizations

Authorization
string
header
default:Bearer {API_ACCESS_TOKEN}
required

CoreWeave API access token sent as a bearer token.

Path Parameters

id
string
required

The ID of the deployment to delete

Response

OK

Response for DeleteDeployment

deployment
object

The deployment that was deleted

Last modified on July 13, 2026