Interface DeleteCollectionSnapshotApi


  • @Path("/collections/{collName}/snapshots/{snapshotName}")
    public interface DeleteCollectionSnapshotApi
    • Method Detail

      • deleteCollectionSnapshot

        @DELETE
        DeleteCollectionSnapshotResponse deleteCollectionSnapshot​(@PathParam("collName")
                                                                  String collName,
                                                                  @PathParam("snapshotName")
                                                                  String snapshotName,
                                                                  @DefaultValue("false") @QueryParam("followAliases")
                                                                  boolean followAliases,
                                                                  @QueryParam("async")
                                                                  String asyncId)
                                                           throws Exception
        This API is analogous to V1's (POST /solr/admin/collections?action=DELETESNAPSHOT)
        Throws:
        Exception