Skip to content

Cleanup Instances

POST
/internal/cleanup-instances
curl --request POST \
--url https://example.com/internal/cleanup-instances

Cloud Scheduler entry point. Forwards to training-api over the mesh.

No body, no user identity — pure infra orchestration.

Successful Response

Media type application/json
Example generated
example

Validation Error

Media type application/json
HTTPValidationError
object
detail
Array<object>
ValidationError
object
loc
required
Location
Array<string | integer>
msg
required
Message
string
type
required
Error Type
string
input
ctx
Context
object
Example generated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example",
"input": "example",
"ctx": {}
}
]
}