github.com/dkerwin/nomad@v0.3.3-0.20160525181927-74554135514b/website/source/docs/http/system.html.md (about)

     1  ---
     2  layout: "http"
     3  page_title: "HTTP API: /v1/system/"
     4  sidebar_current: "docs-http-system"
     5  description: |-
     6    The '/1/system/' endpoints are used to for system maintenance.
     7  ---
     8  
     9  # /v1/system
    10  
    11  The `system` endpoint is used to for system maintenance and should not be
    12  necessary for most users. By default, the agent's local region is used; another
    13  region can be specified using the `?region=` query parameter.
    14  
    15  ## PUT
    16  
    17  <dl>
    18    <dt>Description</dt>
    19    <dd>
    20      Initiate garbage collection of jobs, evals, allocations and nodes.
    21    </dd>
    22  
    23    <dt>Method</dt>
    24    <dd>PUT</dd>
    25  
    26    <dt>URL</dt>
    27    <dd>`/v1/system/gc`</dd>
    28  
    29    <dt>Parameters</dt>
    30    <dd>
    31      None
    32    </dd>
    33  
    34    <dt>Returns</dt>
    35    <dd>
    36      None
    37    </dd>
    38  </dl>