---
title: tb job
meta:
    description: Manage jobs in your Tinybird project
---

# tb job

Manage jobs. Global options apply to this command. See [Global options](/forward/dev-reference/commands/global-options).

The following subcommands are available:

{% table %}
  * Subcommand
  * Description
  ---
  * cancel JOB_ID
  * Tries to cancel a job.
  ---
  * details JOB_ID
  * Gets details for any job created in the last 48h.
  ---
  * ls [OPTIONS]
  * Lists jobs. Use `--status [waiting|working|done|error]` or `-s` to show results with the desired status.
{% /table %}

## Environment support

{% table %}
  * Environment
  * Supported
  * Description
  ---
  * `--local`
  * ✓ Yes (default)
  * Manages jobs locally.
  ---
  * `--cloud`
  * ✓ Yes
  * Manages jobs in Tinybird Cloud.
  ---
  * `--branch=BRANCH_NAME`
  * ✓ Yes
  * Manages jobs in a branch.
{% /table %}
