Artifacts

Use the CLI commands below. See the SDK reference for released client methods.

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.

Parameters

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>
Parameters

machine_id · string · required

The machine that owns the artifact.

artifact_id · string · required

The artifact to retrieve or delete.