Start slicing
sliceInitiate a background job for the current plate and get an immediate response. This starts the process without blocking, so you can poll get_slice_status for updates.
Instructions
Start slicing the current plate in the background and return immediately, without waiting for the result. The reply is 'started' (a slice began), 'already_valid' (the plate is unchanged and the last result still holds), or a conflict if a slice is already running.
Fire-and-forget: poll get_slice_status for progress and stats, or cancel_slice to stop it. Prefer slice_and_wait when you want the finished stats back in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||