91³Ô¹ÏÍø

Watch CBS News

Trump says he will fire multiple Kennedy Center board members and name himself chair

President Trump announced plans Friday to fire board members for the Kennedy Center for the Performing Arts and install himself as its chairman. 

"At my direction, we are going to make the Kennedy Center in Washington D.C., GREAT AGAIN," Mr. Trump wrote on .

The president said he would "immediately terminate multiple individuals from the Board of Trustees, including the Chairman, who do not share our Vision for a Golden Age in Arts and Culture."

He did not say which board members he plans to terminate. The board has 36 members appointed by the president, each to six-year terms. The board is divided between Republican and Democratic appointees. 

In a statement, the Kennedy Center said it had "received no official communications from the White House regarding changes to our board of trustees," but was "aware that some members of our board have received termination notices from the administration."

The Kennedy Center noted that this is the first time a president has taken such a course of action.

"There is nothing in the Center's statute that would prevent a new administration from replacing board members; however, this would be the first time such action has been taken with the Kennedy Center's board," the statement read.  

On Monday, Mr. Trump he was naming Ric Grenell, who has served as a special envoy and former ambassador, to be interim executive director overseeing daily operations of the Kennedy Center.

David Rubenstein, philanthropist and co-founder of the Carlyle Group, has been the chairman of the Kennedy Center's board of trustees for 14 years and announced that he was stepping down from the board effective . Deborah Rutter, who has served as president of the Kennedy Center since 2014, announced last month that she planned to at the end of 2025.

Mr. Trump has a strained relationship with the Kennedy Center dating back to his first term in office when he announced that he and first lady Melania Trump would not attend the Kennedy Center Honors in 2017 after some of that year's recipients threatened a boycott. 

According to its website, the Kennedy Center hosts over 2,200 performances, events and exhibits a year, with over two million visitors annually. The center was created by Congress in 1958 and serves as a living memorial to John F. Kennedy. Along with the 36 members appointed by the president, trustees also include ex-officio leaders in government designated by Congress. 

Before leaving the White House, former President Joe Biden appointed several new members to the board, including former White House press secretary Karine Jean-Pierre.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });