# Delete Device Platform Configuration Data

When `Config` is specified, the `Current`, `Input Data Size`, `Output Data Size` and `Start Offset` values in the Configuration header are set to zero, making those tables invalid. This action can be useful before moving modules from one system to another, as goal creation rules may restrict provisioning dimms with an existing configuration.

> Warning: This command may result in data loss. Data should be backed up to other storage before executing this command.

```
ipmctl delete [OPTIONS] -dimm (DimmIds) -pcd (Config)
```

## **Targets**

* `-dimm (DimmIDs)`: Deletes the PCD data on specific persistent memory modules by supplying the DIMM target and one or more comma-separated DimmIDs. The default is to delete the PCD data for all manageable modules.
* `-pcd Config`: Clears the configuration management information

## **Examples**

Clear the Cin, Cout, Ccur tables from all manageable modules

<pre><code><strong>$ sudo ipmctl delete -dimm -pcd Config
</strong></code></pre>

## **Limitations**

The specified module(s) must be manageable by the host software, and if data-at-rest security is enabled, the modules must be unlocked. Any existing namespaces associated with the requested module(s) should be deleted before running this command.


---

# Agent Instructions: 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:

```
GET https://docs.pmem.io/ipmctl-user-guide/debug/delete-device-platform-configuration-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
