API Reference · Workloads

Restart a workload

Restart a workload

POST/v1/tenants/{name}/workloads/{id}/restart

Authorization

x-api-keystringrequired
Your per-workspace API key, e.g. llc_AbC123…. Also accepted as Authorization: Bearer <key>. Mint keys on your workspace's API keys page — each key belongs to one workspace.

Path parameters

namestringrequired
Workspace (tenant) name.
idstringrequired
Workload id within the workspace.

Response

200Restart accepted.

curl -X POST https://api.live-llm.com/v1/tenants/acme/workloads/web/restart \
  -H "x-api-key: $LIVELLM_KEY"
Try itPOSThttps://api.live-llm.com/v1/tenants/{name}/workloads/{id}/restart
Fill required path params: name, id.
Example response200
Restart accepted.