Use when the user wants to check the status of an async Cloud Job (backup, restore, migration, import, or clone). Also use when the user wants to wait for a long-running operation to complete.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Use when the user wants to check the status of an async Cloud Job (backup, restore, migration, import, or clone). Also use when the user wants to wait for a long-running operation to complete.
Prerequisites
CLI installed and logged in (see setup skill).
A job ID from a previous async operation (backup create, import start, etc.).
Commands Reference
Describe a Job
zilliz job describe --job-id <job-id>
Wait for Completion
The job describe command supports a --wait flag to poll until the job finishes: