Skip to main content
POST
Force-release a stack's Terraform state lock

Path Parameters

id
string
required

Query Parameters

force
boolean | null

Release the lock while a run is still active on the stack. This covers a run that never completes and does not respond to cancellation, which is not expected behaviour. That run keeps going, and its state write is refused once the lock is gone, so the run fails and any cloud resources it already changed go unrecorded. State from completed operations is untouched. Cancel the run first whenever cancellation succeeds.

Response

The request has succeeded.

data
object
required

The state lock on a stack whose Terraform state Ravion stores.