> For the complete documentation index, see [llms.txt](https://help.matrack.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.matrack.io/eld/readme/categories/matrack-eld-fleet-admin-portal-guides/how-to-deactivate-reactivate-vehicle-profile-on-the-fleet-dashboard.md).

# How to deactivate/reactivate Vehicle Profile on the Fleet Dashboard

## How to Manage Vehicle Profile Status

### Step-by-Step Instructions

1. Log in to the [Admin Portal](https://eld.matrackinc.com/adminNew/view/login.php)
2. Navigate to: Manage >> Vehicles
3. You will see a list of fleet vehicles
4. If you don't see deactivated vehicles in the list:
   * Look for the filter option at the top of the page
   * Change the filter setting to "All". This will display both active and deactivated vehicles

### Managing Vehicle Status

#### To Deactivate a Vehicle:

1. Find the active vehicle in the list
2. The "deactivate" button will be enabled for active vehicles
3. Click "deactivate" to suspend the vehicle's profile

#### To Reactivate a Vehicle:

1. Locate the inactive vehicle in the list
2. The "activate" button will be enabled for deactivated vehicles
3. Click "activate" to restore the vehicle's profile

{% hint style="warning" %}
**Important Notes**

* Deactivated vehicles cannot be assigned to drivers
* All vehicle history and records are preserved when deactivating
* Status changes take effect immediately
* Remember: If deactivated vehicles are not visible, change the filter to "All"
  {% endhint %}

### Need Help?

If you need assistance managing vehicle profiles, contact our support team


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.matrack.io/eld/readme/categories/matrack-eld-fleet-admin-portal-guides/how-to-deactivate-reactivate-vehicle-profile-on-the-fleet-dashboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
