Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dedaluslabs.ai/llms.txt

Use this file to discover all available pages before exploring further.

dedalus machines:artifacts list --machine-id <machine_id>
An artifact is a file produced by an that you can download after the command finishes. Use artifact_id to refer to the file in Dedalus. Use download_url to fetch the bytes; if it expires, retrieve the artifact again.
machine_id
string
required
The machine whose artifacts you want to list.
cursor
string
Pagination cursor from a prior page’s next_cursor.
limit
integer
Max items per page.

Manage artifacts

dedalus machines:artifacts retrieve --machine-id <machine_id> --artifact-id <artifact_id>
dedalus machines:artifacts delete --machine-id <machine_id> --artifact-id <artifact_id>
machine_id
string
required
The machine that owns the artifact.
artifact_id
string
required
The artifact to retrieve or delete.
Last modified on May 2, 2026