galileo_sdk.sdk.stations.StationsSdk.remove_lz_from_station

StationsSdk.remove_lz_from_station(station_id, lz_ids)[source]

Remove landing zones from a station

Parameters
  • station_id – str

  • lz_ids – List[str]: list of landing zone ids that will be added

Returns

boolean

Example:
>>> station_id = "my-station-id"
>>> lz_ids = ["lz-id-1", "lz-id-2"]
>>> galileo.stations.remove_lz_from_station(station_id, lz_ids)