cURL
curl --request PUT \ --url https://api.compute.x.io/v1/jobs/{uuid}/cancel \ --header 'Content-Type: application/json' \ --data ' { "reason": "Cancelled by user" } '
{ "object": "job", "created_at": "2023-12-25", "updated_at": "2023-12-25", "status": "PENDING", "task": "BATCH", "title": "<string>", "cpu_count": 123, "gpu_count": 123, "min_ram_gb": 123, "min_vram_gb": 123, "min_storage_gb": 123, "parameters": { "parameters": { "allowed_ips": [ "<string>" ], "env": {}, "host": "<string>", "image": "<string>", "imagesrc": "<string>", "ports": [ 123 ], "secret": "<string>", "sshkey": "<string>", "tag": "<string>", "user": "<string>", "volumes": [ { "image": "<string>", "mount": "<string>", "registry": "<string>", "secret": "<string>", "tag": "<string>", "user": "<string>" } ] }, "type": "docker" }, "timeout_assign_at_ms": 123, "uuid": "<string>", "started_at": "2023-12-25", "completed_at": "2023-12-25", "description": "<string>", "gpu_name": "<string>", "gpu_registry_uuid": "<string>", "max_timeout_assign_ms": 123, "max_timeout_run_ms": 123, "max_timeout_start_ms": 123, "max_retry_count": 123, "max_node_count": 123, "image_size_bytes": 123, "container_access_tokens": [], "status_reason": "<string>", "source_recipe_uuid": "<string>" }
"Cancelled by user"
Job cancelled
job
PENDING
ASSIGNED
RUNNING
COMPLETED
CANCELLED
FAILED
BATCH
PERSISTENT
Show child attributes