edit

floyd stop

Terminate a queued or running job.

Usage

floyd stop NAME

Options

Name, shorthand Default Description
NAME or ID Name or ID of your job.

Description

Sometimes you want to terminate a job before it can finish. The stop command sends a request to the server to stop the job. You can view the status of the job to confirm. When you stop a job, you will be charged only for the duration your job was running.

This command can take a shortened job name.

Example

$ floyd stop floydhub/projects/mnist-tensorboard/4
Experiment shutdown request submitted. Check status to confirm shutdown

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.