galileo_sdk.sdk.stations.StationsSdk.delete_host_path_from_volume

StationsSdk.delete_host_path_from_volume(station_id, volume_id, host_path_id)[source]

Remove a host path Host path is where the landing zone will store the results of a job

Parameters
  • station_id – str

  • volume_id – srt

  • host_path_id – str

Returns

boolean

Example:
>>> station_id = "my-station-id"
>>> volume_id = "my-volume-id"
>>> lz_id = "my-lz-id"
>>> host_path = "/mnt/my-lz-path"
>>> galileo.stations.delete_host_path_from_volume(station_id, volume_id, host_path)