github.com/diptanu/nomad@v0.5.7-0.20170516172507-d72e86cbe3d9/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> 39 40 41 <dl> 42 <dt>Description</dt> 43 <dd> 44 Reconcile the summaries of all the registered jobs based. 45 </dd> 46 47 <dt>Method</dt> 48 <dd>PUT</dd> 49 50 <dt>URL</dt> 51 <dd>`/v1/system/reconcile/summaries`</dd> 52 53 <dt>Parameters</dt> 54 <dd> 55 None 56 </dd> 57 58 <dt>Returns</dt> 59 <dd> 60 None 61 </dd> 62 </dl>