{% extends "docs/base.html" %} {% block docs_content %}

delete-timer

Delete a timer permanently. It cannot be restored and will not fire again.

{% include "docs/partials/timer-access.html" %}

Usage

pearing-cli delete-timer <timer-uuid> [--team <slug> | --repo <locator>]

Examples

pearing-cli delete-timer 8f7a2ba9-8a67-4a56-a8e8-0fe9f26717f6
pearing-cli delete-timer 8f7a2ba9-8a67-4a56-a8e8-0fe9f26717f6 --repo teams/platform/website

Response

A successful delete returns no response body.

Help Output

Delete a timer.

Example:

  delete-timer abc-123

Usage: pearing-cli delete-timer [OPTIONS] <TIMER_UUID>

Arguments:
  <TIMER_UUID>
          Timer uuid

Options:
      --team <TEAM>
          Address a team's timers. Requires team ownership

      --repo <REPO>
          Address a repo's timers. Read access is enough to list or fetch; create, update, and delete require maintainer access

  -h, --help
          Print help (see a summary with '-h')
{% endblock %}