Sorry for the double post, but it seems i can’t edit again..
I’ve made a new main page, with a redirect to where I’d like to go, and it has changed the forum slug accordingly.
looks like this is along the right path:
$post = array(
‘post_title’ => ‘My forum’,
‘post_content’ => ‘This is a forum.’,
‘post_name’ => ‘my-forum’,
‘post_status’ => ‘publish’,
‘post_type’ => ‘forum’,
);
$post_id = wp_insert_post($post);