Skip to main content
POST
/
utils
/
context-packs
/
{name}
/
deprecate
Deprecate a context pack
curl --request POST \
  --url https://api.example.com/utils/context-packs/{name}/deprecate \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "deprecated_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Project-ID
string | null

Path Parameters

name
string
required

Context pack name

Response

Successful Response

Response for deprecate operation.

id
string
required

Context pack ID

status
enum<string>
required

New status

Available options:
active,
archived,
deprecated,
deleted
deprecated_at
string<date-time> | null

Deprecation timestamp