Skip to main content
PATCH
/
v1
/
plans
/
{id}
/
archive
Archive a plan
curl --request PATCH \
  --url http://localhost:6900/v1/plans/{id}/archive
{
  "success": true,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.revstack.dev/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required
Example:

"plan_abc123"

Response

200 - application/json

Plan archived

success
boolean
required
message
string
required