studio_retry
Retry a failed Studio artifact by name or ID. Non-blocking, returns a task ID and status for polling until completion.
Instructions
Retry a failed Studio artifact in place (the UI "Retry" action).
Accepts a notebook/artifact name or ID. Non-blocking: on acceptance it
returns the kicked-off task_id (equal to the artifact id) and the new
status; poll studio_status(notebook, task_id) until complete. A
synchronous refusal (rate limit / quota / not-retryable) surfaces as an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artifact | Yes | ||
| notebook | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||