public interface Shutdown
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<ShutdownV3> |
shutdown(java.lang.String _exclude_fields)
Shut down the cluster
|
@FormUrlEncoded @POST(value="/3/Shutdown") retrofit2.Call<ShutdownV3> shutdown(@Field(value="_exclude_fields") java.lang.String _exclude_fields)