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

# kinetica.AdminRemoveHostRequest.Options

> kinetica.AdminRemoveHostRequest.Options — Kinetica C# API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of string constants for the parameter <a className="el" href="/content/api/cs/classkinetica_1_1AdminRemoveHostRequest#a1d5f4e2e2acddfed21d806f149b158f0" title="Optional parameters.">AdminRemoveHostRequest.options</a>. <a href="#details">More...</a></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Static Public Attributes</h2>
        </td>
      </tr>

      <tr className="memitem:aa9a9877f2a69d514553e8bda03eb0987" id="r_aa9a9877f2a69d514553e8bda03eb0987">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aa9a9877f2a69d514553e8bda03eb0987">DRY\_RUN</a> = "dry\_run"</td>
      </tr>

      <tr className="memdesc:aa9a9877f2a69d514553e8bda03eb0987">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If set to <a className="el" href="#aab08f5b44c7be33acd4b5f1c42144a02">TRUE</a>, only validation checks will be performed. <br /></td>
      </tr>

      <tr className="separator:aa9a9877f2a69d514553e8bda03eb0987">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:aab08f5b44c7be33acd4b5f1c42144a02" id="r_aab08f5b44c7be33acd4b5f1c42144a02">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aab08f5b44c7be33acd4b5f1c42144a02">TRUE</a> = "true"</td>
      </tr>

      <tr className="memdesc:aab08f5b44c7be33acd4b5f1c42144a02">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1AdminRemoveHostRequest_1_1Options" title="A set of string constants for the parameter AdminRemoveHostRequest.options.">AdminRemoveHostRequest.Options</a> options. <br /></td>
      </tr>

      <tr className="separator:aab08f5b44c7be33acd4b5f1c42144a02">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:aadbc25389f28e9f51b0931207d1bc7ee" id="r_aadbc25389f28e9f51b0931207d1bc7ee">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aadbc25389f28e9f51b0931207d1bc7ee">FALSE</a> = "false"</td>
      </tr>

      <tr className="memdesc:aadbc25389f28e9f51b0931207d1bc7ee">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1AdminRemoveHostRequest_1_1Options" title="A set of string constants for the parameter AdminRemoveHostRequest.options.">AdminRemoveHostRequest.Options</a> options. <br /></td>
      </tr>

      <tr className="separator:aadbc25389f28e9f51b0931207d1bc7ee">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>A set of string constants for the parameter <a className="el" href="/content/api/cs/classkinetica_1_1AdminRemoveHostRequest#a1d5f4e2e2acddfed21d806f149b158f0" title="Optional parameters.">AdminRemoveHostRequest.options</a>. </p>
      <p>Optional parameters.</p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AdminRemoveHost_8cs_source#l00029">29</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AdminRemoveHost_8cs_source">AdminRemoveHost.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#aa9a9877f2a69d514553e8bda03eb0987">◆ </a></span>DRY\_RUN</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AdminRemoveHostRequest.Options.DRY\_RUN = "dry\_run"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>If set to <a className="el" href="#aab08f5b44c7be33acd4b5f1c42144a02">TRUE</a>, only validation checks will be performed. </p>
        <p>No host is removed. Supported values:</p>

        <ul>
          <li> <a className="el" href="#aab08f5b44c7be33acd4b5f1c42144a02">TRUE</a> </li>
          <li> <a className="el" href="#aadbc25389f28e9f51b0931207d1bc7ee">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#aadbc25389f28e9f51b0931207d1bc7ee">FALSE</a>.</p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AdminRemoveHost_8cs_source#l00051">51</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AdminRemoveHost_8cs_source">AdminRemoveHost.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aadbc25389f28e9f51b0931207d1bc7ee">◆ </a></span>FALSE</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AdminRemoveHostRequest.Options.FALSE = "false"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>A boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1AdminRemoveHostRequest_1_1Options" title="A set of string constants for the parameter AdminRemoveHostRequest.options.">AdminRemoveHostRequest.Options</a> options. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AdminRemoveHost_8cs_source#l00059">59</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AdminRemoveHost_8cs_source">AdminRemoveHost.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aab08f5b44c7be33acd4b5f1c42144a02">◆ </a></span>TRUE</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AdminRemoveHostRequest.Options.TRUE = "true"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>A boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1AdminRemoveHostRequest_1_1Options" title="A set of string constants for the parameter AdminRemoveHostRequest.options.">AdminRemoveHostRequest.Options</a> options. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AdminRemoveHost_8cs_source#l00055">55</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AdminRemoveHost_8cs_source">AdminRemoveHost.cs</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following files:

    <ul>
      <li>\_build/public-os\_ubuntu24.04-arch\_amd64-cc\_gcc\_13.3.0/install/Kinetica/Protocol/<a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AdminRemoveHost_8cs_source">AdminRemoveHost.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2AdminRemoveHost_8cs_source">AdminRemoveHost.cs</a></li>
    </ul>
  </div>
</div>
