pylon jobs
Lists recent jobs across all pipelines (or filtered to one).| Status | Meaning |
|---|---|
queued | Waiting for approval or a free container slot |
pending | Approved, about to start |
running | Agent container is active |
done | Completed successfully |
failed | Agent exited with an error or timed out |
pylon logs
Streams Docker logs for a job’s container.The job ID shown in
pylon jobs output. You can use the short 8-character prefix.pylon attach
Opens an interactive shell inside a running agent container.docker exec -it <container> /bin/sh. Useful for inspecting the workspace, environment variables, or agent state mid-run.
The container must still be running. Use
pylon jobs to check the status first.pylon kill
Forcibly stops a running agent container.docker kill <container>. Use this when an agent is stuck or has exceeded its expected runtime.
pylon retry
Re-triggers a failed job.pylon test. For cron-triggered pipelines, wait for the next scheduled run.
Job storage
Each pipeline stores its job history in a SQLite database at:pylon destroy <name> and recreate the pipeline.