galileo_sdk.sdk.stations.StationsSdk.remove_volume_from_station

StationsSdk.remove_volume_from_station(station_id, volume_id)[source]

Remove a volume from station

Parameters
  • station_id – str

  • volume_id – str

Returns

boolean

Example:
>>> station_id = "my-station-id"
>>> volume_id = "my-volume-id"  
>>> galileo.stations.remove_volume_from_station(station_id, volume_id)