[Yandex Cloud documentation](../../../../index.md) > [Yandex StoreDoc](../../../index.md) > API reference > [gRPC](../index.md) > Cluster > Overview

# Managed Service for MongoDB API, gRPC: ClusterService

A set of methods for managing MongoDB Cluster resources.

## Methods

#|
||Method | Description ||
|| [Get](get.md) | Returns the specified MongoDB Cluster resource. ||
|| [List](list.md) | Retrieves the list of MongoDB Cluster resources that belong ||
|| [Create](create.md) | Creates a MongoDB cluster in the specified folder. ||
|| [Update](update.md) | Updates the specified MongoDB cluster. ||
|| [Delete](delete.md) | Deletes the specified MongoDB cluster. ||
|| [Start](start.md) | Start the specified MongoDB cluster. ||
|| [Stop](stop.md) | Stop the specified MongoDB cluster. ||
|| [Move](move.md) | Moves the specified MongoDB cluster to the specified folder. ||
|| [Backup](backup.md) | Creates a backup for the specified MongoDB cluster. ||
|| [Restore](restore.md) | Creates a new MongoDB cluster using the specified backup. ||
|| [RescheduleMaintenance](rescheduleMaintenance.md) | Reschedules planned maintenance operation. ||
|| [ListLogs](listLogs.md) | Retrieves logs for the specified MongoDB cluster. ||
|| [StreamLogs](streamLogs.md) | Same as ListLogs but using server-side streaming. Also allows for 'tail -f' semantics. ||
|| [ListOperations](listOperations.md) | Retrieves the list of Operation resources for the specified cluster. ||
|| [ListBackups](listBackups.md) | Retrieves the list of available backups for the specified MongoDB cluster. ||
|| [ListHosts](listHosts.md) | Retrieves a list of hosts for the specified cluster. ||
|| [AddHosts](addHosts.md) | Creates new hosts for a cluster. ||
|| [DeleteHosts](deleteHosts.md) | Deletes the specified hosts for a cluster. ||
|| [UpdateHosts](updateHosts.md) | Updates the specified parameters for the host. ||
|| [EnableSharding](enableSharding.md) | Enables sharding for the cluster: ||
|| [GetShard](getShard.md) | Returns the specified shard. ||
|| [ListShards](listShards.md) | Retrieves a list of shards. ||
|| [AddShard](addShard.md) | Creates a new shard. ||
|| [DeleteShard](deleteShard.md) | Deletes the specified shard. ||
|| [ResetupHosts](resetupHosts.md) | Resetups hosts. ||
|| [RestartHosts](restartHosts.md) | Restarts hosts. ||
|| [StepdownHosts](stepdownHosts.md) | Stepdown hosts. ||
|| [ListAccessBindings](listAccessBindings.md) | Retrieves a list of access bindings for the specified MongoDB cluster. ||
|| [SetAccessBindings](setAccessBindings.md) | Sets access bindings for the specified MongoDB cluster. ||
|| [UpdateAccessBindings](updateAccessBindings.md) | Updates access bindings for the specified MongoDB cluster. ||
|#