# Vehicle A `Vehicle` is a means to transport consignments from one location to potentially multiple other locations. There are various types of vehicles, each with their own unique properties like size, dimensions, fuel type and means of tranport (by air, on land, over sea). ## Get a specific Vehicle by its UUID - [GET /api/v5/vehicles/{UUID}](https://otm-api-spec.redocly.app/api/5.7/otm/vehicle/paths/~1api~1v5~1vehicles~1%7Buuid%7D/get.md) ## Deletes a Vehicle - [DELETE /api/v5/vehicles/{UUID}](https://otm-api-spec.redocly.app/api/5.7/otm/vehicle/paths/~1api~1v5~1vehicles~1%7Buuid%7D/delete.md) ## Adds a new Vehicle - [PUT /api/v5/vehicles](https://otm-api-spec.redocly.app/api/5.7/otm/vehicle/paths/~1api~1v5~1vehicles/put.md)