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

# Restart Code IDE

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

You can restart the Code IDE to reset the environment back to its initial state:

1. Open the Global Search via either of the following methods:
   1. Keyboard shortcut: ⌘K
   2. Global search field at the top of the Code IDE
2. Search for the command "Restart Code IDE"
3. As a result, a new instance of the Code IDE will be available.&#x20;

<Arcade src="https://demo.arcade.software/B05Yeawx0IgczoiMfgvE?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Restart Code IDE" />


## Related topics

- [Code IDE](/products/code-ide/index.md)
- [Code IDE environment](/products/settings/connections/development-environment/index.md)
- [Data Exploration in the Code IDE](/guides/paradime-101/getting-started-with-the-paradime-ide/data-exploration-in-the-code-ide.md)
- [Code IDE Environment Variables](/products/settings/environment-variables/code-ide-env-variables.md)
- [Environment Variables](/products/settings/environment-variables/index.md)
