Skip to content

Remove Deployment Instructions

DELETE
/api/v1/deployments/{name}/instructions
curl --request DELETE \
--url https://aura-api-eu.strangeworks.com/api/v1/deployments/example/instructions \
--header 'Authorization: Bearer <token>'

Drop the deployment’s AGENTS.md. Idempotent on both storage backends.

name
required
Name
string

Successful Response

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
ctx
Context
object
input
Input
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"ctx": {},
"input": "example",
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}