Start a long-running job
start_background_jobStart a long-running background job and get a job id to poll with get_background_job. Use this for work that takes minutes rather than seconds. Available kinds: "conceit_reshuffle" — Regenerate the collection's curated shelves ("conceits") — a fresh themed re-grouping of every entry, replacing the current shelves. Takes several minutes. Confirm with the user before starting one: these runs cost real money and replace existing work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Arguments for the job kind. Omit when it takes none. | |
| kind | Yes | Which job to start. One of: conceit_reshuffle. |