> ## Documentation Index
> Fetch the complete documentation index at: https://docs.search-artemis.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage Machines

> Learn how to effectively manage machines in your Artemis Search project

## Viewing Your Machines

To view and manage your machines:

1. Navigate to your project page by clicking on the project card in the Project Dashboard.
2. Locate the "Machines" card, which displays a table of all machines in your project.

## Machine Management Options

<CardGroup cols={2}>
  <Card title="Create Machine" icon="plus" href="/machines/create-a-machine">
    Creating new machines for your project as needed. [Learn how to create a machine](/machines/create-a-machine)
  </Card>

  <Card title="Delete Machine" icon="trash" href="/machines/manage-machines/#deleting-a-machine">
    Remove unnecessary machines to optimize costs.
  </Card>

  <Card title="Monitor Status" icon="gauge" href="/machines/manage-machines/#monitoring-machine-status">
    Keep track of active machines in the Project Status card.
  </Card>

  <Card title="View Performance" icon="chart-line" href="/machines/manage-machines/#viewing-machine-performance">
    Check machine performance in the Project Status card.
  </Card>
</CardGroup>

## Creating a Machine

To create a machine, see our guide on [creating a machine](/machines/create-a-machine).

## Deleting a Machine

To delete a machine:

<Steps>
  <Step title="Locate the Machine">
    Find the machine you want to delete in the Machines table.
  </Step>

  <Step title="Click the Options Menu">
    Click the ellipsis (⋮) next to the machine entry to open the options menu.
  </Step>

  <Step title="Select 'Delete'">
    Choose the "Delete" option from the menu.
  </Step>

  <Step title="Confirm Deletion">
    Confirm that you want to delete the machine when prompted.
  </Step>

  <Step title="Wait for Completion">
    Stay on the page until the deletion process is complete.

    <Warning>
      If you are deleting your last machine, your project will become inactive and will no longer be able to process searches.
    </Warning>
  </Step>
</Steps>

## Monitoring Machine Status

You are currently unable to monitor the status of your machines. This feature is coming soon.

## Viewing Machine Performance

You are currently unable to view the performance of your machines. This feature is coming soon.

## Best Practices for Machine Management

1. **Regular Monitoring**: Frequently check the status and performance of your machines.
2. **Scale Responsively**: Add machines when you notice increased load or slower response times.
3. **Cost Optimization**: Remove unnecessary machines during periods of lower demand.
4. **Maintain Minimum Requirements**: Ensure at least one machine is always active for each project.
5. **Balance Performance and Cost**: Find the right number of machines to meet your performance needs while managing costs effectively.

<Warning>
  Remember, your project must have at least one machine to remain active. If you delete all machines, your project will become inactive and unable to process search requests.
</Warning>

## Troubleshooting

If you encounter issues with your machines:

<AccordionGroup>
  <Accordion title="Machine Not Starting">
    If a machine fails to start, try deleting it and adding a new one. If the problem persists, contact Artemis Search support.
  </Accordion>

  <Accordion title="Slow Performance">
    Consider adding more machines to your project to distribute the load.
  </Accordion>

  <Accordion title="Unexpected Costs">
    Review your machine usage and delete any unnecessary machines.
  </Accordion>
</AccordionGroup>

For any other issues or questions about machine management, please contact our support team at [pallavi@artemisar.com](mailto:pallavi@artemisar.com).
