floyd status
View status of your jobs.
Usage¶
floyd status [NAME or ID]
Options¶
Name, shorthand | Default | Description |
---|---|---|
Name or ID | ID of your job. |
Description¶
Shows the status of a run, if the name is specified. It can also list the status of all the runs in the current project. You need to be in the project directory for this command to work.
This command can take a shortened job name.
Examples¶
$ floyd status JOB NAME CREATED STATUS DURATION(s) INSTANCE DESCRIPTION --------------------------------- ------------ -------- ------------- ---------- ------------- floydhub/projects/mnist-tensorboard/3 19 hours ago success 16 g1 floydhub/projects/mnist-tensorboard/2 19 hours ago success 3 c1 floydhub/projects/mnist-tensorboard/1 5 days ago success 26 c1
Help make this document better¶
This guide, as well as the rest of our docs, are open-source and available on GitHub. We welcome your contributions.
- Suggest an edit to this page (by clicking the edit icon at the top next to the title).
- Open an issue about this page to report a problem.