summaryrefslogtreecommitdiff
path: root/rest-api-spec/api/snapshot.delete_repository.json
blob: d879c7544267f3876d2349b7bf48c36e4f71bc99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "snapshot.delete_repository": {
    "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/modules-snapshots.html",
    "methods": ["DELETE"],
    "url": {
      "path": "/_snapshot/{repository}",
      "paths": ["/_snapshot/{repository}"],
      "parts": {
        "repository": {
          "type": "list",
          "required" : true,
          "description": "A comma-separated list of repository names"
        }
      },
      "params": {
        "master_timeout": {
          "type" : "time",
          "description" : "Explicit operation timeout for connection to master node"
        },
        "timeout": {
          "type" : "time",
          "description" : "Explicit operation timeout"
        }
      }
    },
    "body": null
  }
}