# Clone a snapshot **PUT /_snapshot/{repository}/{snapshot}/_clone/{target_snapshot}** Clone part of all of a snapshot into another snapshot in the same repository. ## Required authorization * Cluster privileges: `manage` ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth - Basic auth - Bearer auth ## Parameters ### Path parameters - **repository** (string) The name of the snapshot repository that both source and target snapshot belong to. - **snapshot** (string) The source snapshot name. - **target_snapshot** (string) The target snapshot name. ### Query parameters - **master_timeout** (string) The period to wait for the master node. If the master node is not available before the timeout expires, the request fails and returns an error. To indicate that the request should never timeout, set it to `-1`. ### Body: application/json (object) - **indices** (string) A comma-separated list of indices to include in the snapshot. Multi-target syntax is supported. ## Responses ### 200 #### Body: application/json (object) - **acknowledged** (boolean) For a successful response, this value is always true. On failure, an exception is returned instead. [Powered by Bump.sh](https://bump.sh)